<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="https://devlopr.netlify.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://devlopr.netlify.com/" rel="alternate" type="text/html" /><updated>2021-12-30T20:17:41+00:00</updated><id>https://devlopr.netlify.com/feed.xml</id><title type="html">John Doe</title><subtitle>devlopr-jekyll is a Jekyll Theme Built For Developers</subtitle><author><name>John Doe</name></author><entry><title type="html">Using Siteleaf CMS with devlopr-jekyll Blog</title><link href="https://devlopr.netlify.com/guides/2019/05/22/using-siteleaf/" rel="alternate" type="text/html" title="Using Siteleaf CMS with devlopr-jekyll Blog" /><published>2019-05-22T09:05:23+00:00</published><updated>2019-05-22T09:05:23+00:00</updated><id>https://devlopr.netlify.com/guides/2019/05/22/using-siteleaf</id><content type="html" xml:base="https://devlopr.netlify.com/guides/2019/05/22/using-siteleaf/">&lt;p&gt;Hey There, Today we will see on how to unlock the superpowers of our devlopr-jekyll blog. We will be using Siteleaf CMS to modify content of our blog.&lt;/p&gt;

&lt;p&gt;Note : If you have not created your blog yet. Create Your Blog , then comeback later&lt;/p&gt;

&lt;p&gt;Login to &lt;a href=&quot;https://www.siteleaf.com/&quot;&gt;Siteleaf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/1.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Select Connect with Github, connect existing repository:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/2.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Select the repository of your devlopr-jekyll blog:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/3.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Connect and Create Site:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/4.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;After successful import, You will be redirected to manage dashboard :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/5.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;But before making any changes to our blog, we need to change our current Siteleaf membership plan to Free Plan (For Developers)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/6.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Select Free Plan :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/8.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Congrats ! Your New Admin Panel for your devlopr-jekyll blog is ready to make any changes to your blog :D&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/siteleaf/9.png&quot; alt=&quot;Using Siteleaf &quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;</content><author><name>Sujay Kundu</name></author><category term="guides" /><summary type="html">Hey There, Today we will see on how to unlock the superpowers of our devlopr-jekyll blog. We will be using Siteleaf CMS to modify content of our blog.</summary></entry><entry><title type="html">How to deploy devlopr-jekyll Blog using Github Pages and Travis</title><link href="https://devlopr.netlify.com/guides/2019/05/21/deploy-blog-using-devlopr-jekyll-and-github-pages/" rel="alternate" type="text/html" title="How to deploy devlopr-jekyll Blog using Github Pages and Travis" /><published>2019-05-21T09:05:23+00:00</published><updated>2019-05-21T09:05:23+00:00</updated><id>https://devlopr.netlify.com/guides/2019/05/21/deploy-blog-using-devlopr-jekyll-and-github-pages</id><content type="html" xml:base="https://devlopr.netlify.com/guides/2019/05/21/deploy-blog-using-devlopr-jekyll-and-github-pages/">&lt;p&gt;This guide assumes that you already have created your blog and tested locally. If not please follow this tutorial : &lt;a href=&quot;https://devlopr.netlify.com/guides/2017/11/19/build-a-blog-using-devlopr-jekyll&quot;&gt;Create a Blog using devlopr jekyll&lt;/a&gt;. Then come back and proceed with the deployment process.&lt;/p&gt;

&lt;p&gt;In this Guide, we are using Github Pages and Travis CI for deploying our blog. Sometimes Github Pages does not support external third party plugins. In that case we deploy our blog using Travis CI, it automatically builds our website and pushes the static files of the site to a deployment branch. Which then Github Pages uses to render the site. Hope you get it :P !&lt;/p&gt;

&lt;p&gt;We might need to instruct Travis CI to follow deployment instructions. Copy the below content in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.travis.yml&lt;/code&gt; file:&lt;/p&gt;

&lt;div class=&quot;language-yml highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;na&quot;&gt;language&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;ruby&lt;/span&gt;
&lt;span class=&quot;na&quot;&gt;cache&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;bundler&lt;/span&gt;

&lt;span class=&quot;c1&quot;&gt;# Travis will build the site from gh-pages branch &lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# and deploy the content to master branch &lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# use gh-pages branch to serve for github pages&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# master branch will be used for deployment&lt;/span&gt;

&lt;span class=&quot;na&quot;&gt;branches&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;only&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt;
  &lt;span class=&quot;pi&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;gh-pages&lt;/span&gt;
&lt;span class=&quot;na&quot;&gt;script&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; 
  &lt;span class=&quot;pi&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;JEKYLL_ENV=production bundle exec jekyll build --destination site&lt;/span&gt;

&lt;span class=&quot;c1&quot;&gt;# You need to generate a Personal Access Token &lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# https://github.com/settings/tokens&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# Add this token in environment variable GITHUB_TOKEN in Travis CI repo settings&lt;/span&gt;

&lt;span class=&quot;na&quot;&gt;deploy&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;provider&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;pages&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;local-dir&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;./site&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;target-branch&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;master&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;email&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;deploy@travis-ci.org&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;Deployment Bot&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;skip-cleanup&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;no&quot;&gt;true&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;github-token&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;$GITHUB_TOKEN&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;keep-history&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;no&quot;&gt;true&lt;/span&gt;
  &lt;span class=&quot;na&quot;&gt;on&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;na&quot;&gt;branch&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;gh-pages&lt;/span&gt;

&lt;span class=&quot;c1&quot;&gt;# Generate your secure token with the travis gem:&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;# get Github token from your Travis CI profile page&lt;/span&gt;
  &lt;span class=&quot;s&quot;&gt;gem install travis&lt;/span&gt;
  &lt;span class=&quot;s&quot;&gt;travis encrypt 'GIT_NAME=&quot;YOUR_USERNAME&quot; GIT_EMAIL=&quot;YOUR_EMAIL&quot; GH_TOKEN=YOUR_TOKEN' --add env.global --com&lt;/span&gt;

&lt;span class=&quot;c1&quot;&gt;# env:&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;#   global:&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;#     secure: Example&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;All we are doing is telling Travis to pick up files from our &lt;strong&gt;gh-pages&lt;/strong&gt; branch and push the build files to &lt;strong&gt;master&lt;/strong&gt; branch.&lt;/p&gt;

&lt;h5 id=&quot;generate-a-new-github-personal-access-token&quot;&gt;Generate a New Github Personal Access Token&lt;/h5&gt;

&lt;p&gt;We need this token as a Environment Variable in Travis. For Travis can automatically login as you, and finish its job of building your site and pushing it to your repo’s master branch.&lt;/p&gt;

&lt;p&gt;Go to &lt;a href=&quot;https://github.com/settings/tokens&quot;&gt;Github Generate a New Token&lt;/a&gt; Page.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/d1.png&quot; alt=&quot;deploy using travis&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Create a new Access Token&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/d2.png&quot; alt=&quot;deploy using travis&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;h5 id=&quot;configure-travis&quot;&gt;Configure Travis&lt;/h5&gt;

&lt;p&gt;Go to &lt;a href=&quot;https://travis.org&quot;&gt;Travis&lt;/a&gt; and Toggle the repository access to use Travis&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/d3.png&quot; alt=&quot;deploy using travis&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Go to the repository settings page and Add Environment Variable ‘GITHUB_TOKEN’ 
&lt;img src=&quot;/assets/img/posts/d4.png&quot; alt=&quot;deploy using travis&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;h5 id=&quot;push-your-changes-to-github&quot;&gt;Push your changes to Github&lt;/h5&gt;

&lt;p&gt;Commit your local changes in gh-pages branch&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git add .&lt;/code&gt;
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git commit -m &quot;added new post&quot;&lt;/code&gt;
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git push origin gh-pages&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;After push, Travis will automatically run a build process and deploy your blog.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/d5.png&quot; alt=&quot;deploy using travis&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;You can visit your site at https://yourusername.github.io&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/d6.png&quot; alt=&quot;deploy using travis&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Done ! Enjoy your brand new devlopr-jekyll blog. You can visit the site at https://yourusername.github.io&lt;/p&gt;</content><author><name>Sujay Kundu</name></author><category term="guides" /><summary type="html">This guide assumes that you already have created your blog and tested locally. If not please follow this tutorial : Create a Blog using devlopr jekyll. Then come back and proceed with the deployment process.</summary></entry><entry><title type="html">Build and Deploy a blog using devlopr-jekyll and Github Pages</title><link href="https://devlopr.netlify.com/guides/2019/05/20/build-a-blog-using-devlopr-jekyll/" rel="alternate" type="text/html" title="Build and Deploy a blog using devlopr-jekyll and Github Pages" /><published>2019-05-20T09:05:23+00:00</published><updated>2019-05-20T09:05:23+00:00</updated><id>https://devlopr.netlify.com/guides/2019/05/20/build-a-blog-using-devlopr-jekyll</id><content type="html" xml:base="https://devlopr.netlify.com/guides/2019/05/20/build-a-blog-using-devlopr-jekyll/">&lt;p&gt;If you are a developer, who want a fast static website with no cost for hosting/domain stuff. This guide will help you setup a blog for you for free using &lt;a href=&quot;https://github.com/sujaykundu777/devlopr-jekyll.git&quot;&gt;devlopr-jekyll&lt;/a&gt; theme&lt;/p&gt;

&lt;p&gt;Before Proceeding Lets Setup Our Development Environment :&lt;/p&gt;

&lt;h5 id=&quot;step-1---setting-up-development-environment&quot;&gt;&lt;strong&gt;Step 1&lt;/strong&gt; - Setting up Development Environment&lt;/h5&gt;

&lt;p&gt;We need &lt;a href=&quot;https://www.ruby-lang.org/&quot;&gt;ruby&lt;/a&gt; and Bundler to build our site locally. You can check out this &lt;a href=&quot;https://www.ruby-lang.org/en/downloads/&quot;&gt;Guide&lt;/a&gt; to install the same for your OS.&lt;/p&gt;

&lt;p&gt;Install Ruby&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;ruby -v
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Install Bundler&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gem install bundler&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;After installation check if its working:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;bundler -v
Bundler version 2.0.1
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h5 id=&quot;step-2---create-a-new-repo-for-your-blog-in-github-using-devlopr-starter&quot;&gt;&lt;strong&gt;Step 2&lt;/strong&gt; - Create a new repo for your blog in &lt;a href=&quot;https://github.com&quot;&gt;Github&lt;/a&gt; using &lt;a href=&quot;https://github.com/sujaykundu777/devlopr-starter&quot;&gt;devlopr starter&lt;/a&gt;&lt;/h5&gt;

&lt;p&gt;Go to &lt;a href=&quot;https://github.com/sujaykundu777/devlopr-starter&quot;&gt;devlopr starter&lt;/a&gt;. Click on the “Green” - &lt;strong&gt;Use this Template&lt;/strong&gt; Button.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/devlopr-starter.png&quot; alt=&quot;devlopr starter template&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Create a new repo with name as “&lt;strong&gt;yourusername.github.io&lt;/strong&gt;” replacing yourusername with your github username.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/1.png&quot; alt=&quot;devlopr starter template&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note :&lt;/strong&gt;
You can use any other name like “my-blog” but then , if you are using github pages for deployment. your site will be built at the subdomain - yourusername.github.io/my-blog.&lt;/p&gt;

&lt;h5 id=&quot;step-3---clone-your-repo-locally&quot;&gt;&lt;strong&gt;Step 3&lt;/strong&gt; - Clone your repo locally&lt;/h5&gt;

&lt;p&gt;You will get the clone url from here:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/3.png&quot; alt=&quot;devlopr starter template&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git clone https://github.com/yourusername/yourusername.github.io.git&lt;/code&gt;&lt;/p&gt;

&lt;h5 id=&quot;step-3---make-all-your-changes-locally&quot;&gt;&lt;strong&gt;Step 3&lt;/strong&gt; - Make all your changes Locally&lt;/h5&gt;

&lt;p&gt;Make all your changes locally&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ cd yourusernme.github.io&lt;/code&gt;
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ code .&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Open the files using VSCode and edit &lt;strong&gt;_config.yml&lt;/strong&gt; and edit with your details:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/4.png&quot; alt=&quot;devlopr starter template&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;_config.yml&lt;/strong&gt; file - replace with your own details&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;_posts&lt;/strong&gt; - Add your blog posts here&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;_includes&lt;/strong&gt; - You can replace the contents of the files with your data. (contains widgets)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;_assets/img&lt;/strong&gt; - Add all your images here&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;step-4---install-the-dependencies&quot;&gt;&lt;strong&gt;Step 4&lt;/strong&gt; - Install the dependencies&lt;/h5&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ bundle update&lt;/code&gt;
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ bundle install&lt;/code&gt;&lt;/p&gt;

&lt;h5 id=&quot;step-5---serve-the-site-locally-development-mode&quot;&gt;&lt;strong&gt;Step 5&lt;/strong&gt; - Serve the site locally (development mode)&lt;/h5&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bundle exec jekyll serve&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/5.png&quot; alt=&quot;devlopr starter template&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;You can visit the site at http://localhost:4000&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/img/posts/6.png&quot; alt=&quot;devlopr starter template&quot; class=&quot;img-fluid&quot; /&gt;&lt;/p&gt;

&lt;p&gt;After you think its fine, proceed with the next step !&lt;/p&gt;

&lt;h5 id=&quot;step-6---publish-your-changes&quot;&gt;&lt;strong&gt;Step 6&lt;/strong&gt; - Publish Your Changes&lt;/h5&gt;

&lt;p&gt;After you are happy with your blog. It’s time to show it to the world. There are several ways which are possible for deploying the blog for free. Below is the list of build guides :&lt;/p&gt;

&lt;p&gt;Move to your Blog Directory and commit your Changes Locally&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ cd yourusername.github.io&lt;/code&gt;
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ git add .&lt;/code&gt;
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ git commit -m &quot;made changes to my blog&quot;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Push your changes to Github&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$ git push origin master&lt;/code&gt;&lt;/p&gt;

&lt;h5 id=&quot;step-7---congrats---your-site-is-live&quot;&gt;&lt;strong&gt;Step 7&lt;/strong&gt; - Congrats - Your Site is Live&lt;/h5&gt;

&lt;p&gt;You can visit your blog at &lt;a href=&quot;http://yourusername.github.io&quot;&gt;http://yourusername.github.io&lt;/a&gt;&lt;/p&gt;</content><author><name>Sujay Kundu</name></author><category term="guides" /><summary type="html">If you are a developer, who want a fast static website with no cost for hosting/domain stuff. This guide will help you setup a blog for you for free using devlopr-jekyll theme</summary></entry></feed>